-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: finish triple helloworld example #612
feat: finish triple helloworld example #612
Conversation
dubbo go shop framework
apache/dubbo-go#2425 has been merged. |
api_new/greet.pb.go
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's not necessary to have a shared api_new
package, instead, we can put api_new into each sample so that each directory contains the whole resources for it to run separately.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
go install google.golang.org/protobuf/cmd/[email protected] | ||
``` | ||
|
||
### install protoc-gen-triple |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we rename to protoc-gen-triple-go
or protoc-gen-go-triple
to follow the protoc plugin naming convention?
Now, this PR is dependent on https://github.com/DMwangnima/dubbo-go/tree/feature-triple-server-layer. This would be changed to official branch when apache/dubbo-go#2425 is merged